home *** CD-ROM | disk | FTP | other *** search
/ Freelog 121 / FreelogMagazineJuilletAout2014-No121.iso / Outils / Adobe-Air / adobe-air_13.exe / [0] / setup.swf / scripts / en_US$RuntimeInstaller_properties.as < prev    next >
Text File  |  2014-03-27  |  6KB  |  76 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class en_US$RuntimeInstaller_properties extends ResourceBundle
  6.    {
  7.        
  8.       
  9.       public function en_US$RuntimeInstaller_properties()
  10.       {
  11.          super("en_US","RuntimeInstaller");
  12.       }
  13.       
  14.       override protected function getContent() : Object
  15.       {
  16.          return {
  17.             "linuxAuthenticationToolsNotFound":"Adobe AIR could not be installed. No authentication tools were found on the system.",
  18.             "applicationsAdobeFile":"During installation the installer encountered a file named \"Adobe\" in your Applications folder. Please rename or remove this file and try again.",
  19.             "msiInstallRejected":"Installing and uninstalling Adobe AIR on your system are not allowed by your administrator. Please contact your administrator.",
  20.             "msgInternalLogicError":"Internal runtime installer logic error",
  21.             "msgConfirmRemoveAir":"You are about to remove all versions of Adobe AIR. Installed applications that require Adobe AIR will no longer work.",
  22.             "lblUpdate":"Update:",
  23.             "titleAirSetup":"Adobe AIR Setup",
  24.             "shortUpdateText":"An update to Adobe AIR is ready to be installed.",
  25.             "titleAirUpdater":"Adobe AIR Updater",
  26.             "msgClickToContinue":"Click Continue to install Adobe AIR {0}.",
  27.             "linux32NotAllowedOn64Bit":"This 32-bit version of Adobe AIR is not supported on 64-bit platforms. Please download the 64-bit runtime from www.adobe.com/getair.",
  28.             "linuxPkConRemoteConnection":"Adobe AIR could not be installed. PackageKit does not grant authorization over remote connection.",
  29.             "lstInstalledApps":"List of Installed Applications",
  30.             "btnUpdate":"Update",
  31.             "msgConfirmInstallUpdate":"When would you like to install the update?",
  32.             "titleUninstall":"Uninstall Adobe AIR",
  33.             "msgConfirmUpdate":"This installer will update Adobe AIR.<br /><br />Click Update to install this update now.",
  34.             "titleInstCompleted":"Installation completed.",
  35.             "btnClose":"Close",
  36.             "msgInstallCanceled":"Installation canceled.",
  37.             "titleWelcome":"Welcome to the Adobe AIR Installer",
  38.             "linuxRPMBuildNotFound":"Adobe AIR could not be installed. RPM tools (rpmbuild) for creating RPM packages were not found on the system.",
  39.             "progressCanceling":"Canceling...",
  40.             "macOSVersionNotSupported":"The system does not meet the minimum requirements for installation. Mac OS X 10.6 or higher is required.",
  41.             "genericUninstallError":"An error occurred while uninstalling Adobe AIR.  Uninstallation may not be allowed by your administrator. Please contact your administrator.",
  42.             "btnContinue":"Continue",
  43.             "progressUninstalling":"Uninstalling Adobe AIR...",
  44.             "btnUpdateLater":"Update Later",
  45.             "lblInstalled":"Installed:",
  46.             "linuxMergeCertificateStore":"Adobe AIR could not be installed. Adobe AIR is unable to merge the certificate store.",
  47.             "titleError":"Sorry, an error has occurred.",
  48.             "titleUpdateAIR":"Update Adobe AIR",
  49.             "titleMainTitle":"Adobe┬« AIR┬«",
  50.             "linuxDistroUnknown":"Adobe AIR could not be installed because this is not a supported Linux distribution. Only RPM- and Debian-based Linux distributions are supported.",
  51.             "msgInstallSuccessful":"Adobe AIR has been successfully installed.",
  52.             "btnUninstall":"Uninstall",
  53.             "msgUninstallSuccessful":"Adobe AIR has been uninstalled.",
  54.             "genericInstallError":"An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.",
  55.             "updateText":"An update to Adobe AIR is ready to be installed. If you want to install it now, quit these running applications:",
  56.             "titleAlreadyInstalled":"Adobe AIR Already Installed",
  57.             "errVersionAlreadyInstalled":"This version of Adobe AIR is already installed on your system.",
  58.             "errNewerVersionAlreadyInstalled":"This version of Adobe AIR cannot be installed because a more recent version is already installed on your system.",
  59.             "progressInstalling":"Installing...",
  60.             "btnCancel":"Cancel",
  61.             "linuxInsufficientFreeNodesAvailable":"Adobe AIR could not be installed. There are not enough available inodes to install Adobe AIR.",
  62.             "btnUpdateNow":"Update Now",
  63.             "linuxDpkgArNotFound":"Adobe AIR could not be installed. Debian tools for creating deb packages (such as dpkg-deb or ar) were not found on the system.",
  64.             "titleNativeWindow":"Adobe AIR",
  65.             "titleUninstCompleted":"Uninstall completed.",
  66.             "linuxInsufficientDiskSpaceAvailable":"Adobe AIR could not be installed. There is not enough available disk space.",
  67.             "btnFinish":"Finish",
  68.             "msgConfirmRemoveAirPrompt":"Are you sure you want to uninstall Adobe AIR?",
  69.             "windowsInstallInProgress":"Adobe AIR could not be installed because another application is already being installed. Complete the first installation before proceeding with this one.",
  70.             "rtInstMainWndWidth":"480",
  71.             "linuxKeyring":"Adobe AIR could not be installed. Install either Gnome Keyring or KDE KWallet before installing Adobe AIR."
  72.          };
  73.       }
  74.    }
  75. }
  76.